home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 7 / CD-ROM Now 7.iso / dosprogs / roomer3 / r3demo.shr / DCOPY.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-02-17  |  1.5 KB  |  56 lines

  1. echo off
  2. CLS
  3. if exist PROGX.EXE erase *.exe >nul
  4. if exist HELP.BIN erase *.bin >nul
  5. if exist CONFIG.INF erase CONFIG.inf >nul
  6. if exist R3PASS.inf erase R3PASS.inf >nul
  7. if exist CONFIG.BAK copy CONFIG.BAK CONFIG.INF >nul
  8. REM ------------ load first set of code files ----------------
  9. :back1
  10. if exist %1:R3CODE1.exe goto gotdisk1
  11. echo .
  12. echo Insert disk 1 in drive %1
  13. pause
  14. GOTO back1
  15. :gotdisk1
  16. copy %1:*.c?? >nul
  17. Echo Extracting files using LHA's SFX 2.13S (c) Yoshi 1991
  18. %1:R3CODE1 <%1:rsp.rsp >nul
  19. REM ------------ load second set of code files ----------------
  20. :back2
  21. if exist %1:R3CODE2.exe goto gotdisk2
  22. echo .
  23. echo Insert disk 2 in drive %1
  24. pause
  25. GOTO back2
  26. :gotdisk2
  27. Echo Extracting files using LHA's SFX 2.13S (c) Yoshi 1991
  28. %1:R3CODE2 <%1:rsp.rsp >nul
  29. REM ------------ load third set of code files ----------------
  30. :back3
  31. if exist %1:R3CODE3.exe goto gotdisk3
  32. echo .
  33. if exist %1:R3CODE1.exe echo Insert disk 2 in drive %1
  34. if not exist %1:R3CODE1.exe echo Insert disk 3 in drive %1
  35. pause
  36. GOTO back3
  37. :gotdisk3
  38. Echo Extracting files using LHA's SFX 2.13S (c) Yoshi 1991
  39. %1:R3CODE3 <%1:rsp.rsp >nul
  40. %1:R3DEMO <%1:rsp.rsp >nul
  41. rename *.c?k fntkey.bin
  42. if exist %1:EURO.DAT copy %1:EURO.DAT
  43. rem copy %1:\r3demo\*.* >nul
  44. cd\R3DEMO\data
  45. %1:R3DATA1 <%1:rsp.rsp >nul
  46. rem copy %1:\r3demo\data\*.* >nul
  47. REM erase unneeded files
  48. if exist pass.inf erase pass.inf
  49. erase y.rsp >nul
  50. cd..
  51. rem if exist config.inf erase config.inf
  52. cls
  53. echo                      ...
  54. echo Installation complete 
  55. demo
  56.